body {
  font-family: Arial;
  font-size: 0.8em;
  color: #2f2b1f;
  margin: 0;
  padding: 0;
}
.levels{
margin-left:35px;
list-style-type: square;
}
a {
  /*color: #93ad28;*/
  color: #2c7F1c;
  font-weight:bold;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #3b860d;
  font-weight:bold;
  text-decoration: underline;
}


hr {
  background: url(../media/SSDC/SSDCMaster/Misc/hr.gif) repeat-x center;
  border:none;
}

h1 
{  
/*  font-family:Georgia;*/
  /*color: #93ad28;*/
  color: #2c7F1c;
  font-size:170%;
  font-weight:normal;
  margin:0;
  text-align:center;
  padding-top: 10px;
}

h2 {
/*  font-family: Georgia;*/
  font-size: 120%;
  font-weight: bold;
  color: white;
}

.h2equiv {
  background-color:transparent;
  /*color: #93ad28;*/
  color: #2c7F1c;
  display:inline;
  font-size:105%;
  font-weight:bold;
  width:100%;
}

h3 {
/*  font-family:Georgia;*/
  font-size: 110%;
  font-weight: bold;
  color: #000;
}

h4 {
/*  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
  font-size: 100%;
  font-weight: bold;
  color: #000;
}

.bcCalcHead {
/*  font-family:Georgia;*/
  font-size: 110%;
  font-weight: bold;
  color: #000;
  background: #93AD28;
}

.tblBC td {
  background-color: #D2D2D2;
}

.thBCT {
  background-color: #000;
  color: #FFF;
}

.thBC {
  background-color: #93AD28;
}

ul {
list-style-position:inside;
}


img, form, ul, fieldset {
border:medium none;
margin:0;
padding:0;
}

/*Start left navigation widget*/
ul.makeMenu, ul.makeMenu ul {
  width: 220px;                 /* sets the size of the menu blocks */
  border: none;          /* no border around the menu blocks */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
  list-style: none outside none;/* removes the bullet points */
  margin: 0px 0 2px 0;           /* Opera 7 puts large spacings between li elements */  
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  padding: 4px 0 4px 5px;

    background-color:#0d0d0d;
    border-bottom:1px solid #fff;
    font-weight: bold;
/*    font-family:Georgia;*/
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  z-index:150;
  left: 220px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
background-color:#93ad28;
  color: #ffffff;
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a  
{
  color: white;
  display: block; 
  width: 100%; 
  text-decoration: none;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink  
{
  color: #ffffff; 
  text-decoration: none;
}
ul.makeMenu li:hover > a  
{
  color: #ffffff; 
  text-decoration: none;
} /* supports links in branch headings - should not be display: block; */


ul.makeMenu2, ul.makeMenu2 ul {
  background-color:#0d0d0d;
  border: 2px solid #233026;
  z-index:151;
  width: 250px;                 /* sets the size of the menu blocks */
  padding-left: 1px;           /* stops the usual indent from ul */
  padding-right:1px;
  padding-top:1px;
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}

ul.makeMenu2 li {
  list-style: none outside none;/* removes the bullet points */
  margin: 0 0 2px 0;           /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  display:block;
/*  color: #233026;*/
color:white;
    background-color:#0d0d0d;
    border-bottom:1px solid #fff;
  font-weight: bold;
  z-index:151;
}

ul.makeMenu2 li a  
{

/*  color: #233026; */
  color:white;
  display: block; 
  width: 100%;
  text-decoration: none;
  z-index:951;
}

ul.makeMenu2 li:hover, ul.makeMenu2 li.CSStoHighlight {
background-color:#93ad28;
  color: #ffffff;
}

.makeMenu3 {
  background-color: #233026; 
  border: 2px solid #233026;
  z-index:1;
}
/*End left navigation widget*/

/*Start News Article Rotator*/
#wrapper {
  width:670px; 
  border-top:3px solid #92a5bc;
  border-bottom:1px solid #92a5bc;
  margin:0 auto;
}

#divWidgetLocalNewsRotator {
  background:#233025;
  color:#0000;
  position:relative;
  padding-bottom:1.1em;
  margin:0px; 
  font-size:14px;
  width:470px;  
  height:222px;
}

/* Tabs */
ul.ulNewsButtons, li.liNewsButton, li.liNewsButton a:link, li.liNewsButton a:visited {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  line-height:1.3;
  text-decoration:none;
  font-size:100%;
  list-style:none;
  float:left;
}

ul.ulNewsButtons {
  position:absolute;
  bottom:0px;
  margin-bottom:3px;
  left:0;
  z-index:1;
  width:100%;
  background-color:#E5E6E0;
  border-top:1px solid #FFF;
}

/* Non-Selected Tabs */
li.liNewsButton a:link,
li.liNewsButton a:visited {  
  font-size:.8em;
  font-weight:bold;
  color:#999;
  background-color:#E5E6E0;
  border-left:1px solid #FFF;
  border-right:1px solid #c5ced9;
}

/* Hovered Tab */
#divWidgetLocalNewsRotator .liNewsButton a:hover,
#divWidgetLocalNewsRotator .liNewsButton a:active {
  /*background:#FFF url(../../images/uiactivetabbg.gif) repeat-x bottom left;*/
  color:#333;
  font-weight:bold;
}

#divWidgetLocalNewsRotator .liNewsButton a span {
  float:left; 
  padding:1em; 
  cursor:pointer;
}

/* Active Tab */
#divWidgetLocalNewsRotator .ui-tabs-selected a:link,
#divWidgetLocalNewsRotator .ui-tabs-selected a:visited,
#divWidgetLocalNewsRotator .ui-tabs-selected a:hover,
#divWidgetLocalNewsRotator .ui-tabs-selected a:active {
  background-color:#a9c029;
  color:#FFFFFF;
}

/* Content Panels */
#divWidgetLocalNewsRotator .localNewsItem {
  font-family:Arial, Helvetica, sans-serif;
  clear:left;
  color:#fff;
  /*padding:40px 540px 15px 15px;*/
  height:198px;
  background: #233026;
}

#divWidgetLocalNewsRotator .ui-tabs-hide {
  display:none;
}

#divWidgetLocalNewsRotator h2 {
  /*color:#E75D00;*/
  padding-top:15px;
  color:#ffffff;
  font-weight:normal;
  margin:0;
  font-size:1.6em;
  line-height:1.2em;
}

#divWidgetLocalNewsRotator p {
  font-size:0.9em;
  margin:.2em 0;
  color:#FFFFFF;
}

#divWidgetLocalNewsRotator a {
  color:#FFFFFF;
}

#divWidgetLocalNewsRotator a:hover {
  color:#8FB229;
}
.imgLocalNewsLeft 
{
  float:left; 
  padding-right:15px
}

.imgLocalNewsRight 
{
  float:right; 
}
/*End News panel/*

/*End Widgets/Panels Styles*/

/*Feature Viewer*/
#layouts
{
  clear:both;
}

#viewer 
{
  height:131px; 
  width:958px; 
  clear:both; 
  overflow:hidden; 
  margin-left: 5px;
}
#viewerFrame 
{
  width:1163px; 
  clear:both; 
  padding:0;
  
}
#viewer img 
{
  width:226px; 
  height:121px; 
  margin:5px, 8px, 5px, 8px; 
  display:inline; 
  border:0;
}
#viewer a 
{
  display:block; 
  float:left; 
  width:242px; 
  height:131px;
}
/*End Deature Viewer*/

/*Start Feature Buttons (3 hover buttons top right)*/
#divFeaturesContainer {
  /*float:left;
  height:300px;
  position:relative;
  text-align:left;
  width:200px;
  z-index:0;
  border-bottom:10px;*/
  padding-left: 737px;
}

#divFeature1 
{
  padding-top: 3px;
}

#divFeature2
{
  padding-top: 6px;
}

#divFeature3 
{
  padding-top: 7px;
}
/*End Feature Buttons*/

#divBodyTopContent
{
  margin:10px 0px 10px 18px;
}

#divBodyTopContent2
{
  margin:10px 0px 10px 18px;
}

.hidden {
  display: none;
}
/*End General Styles*/





#divTopNavigationContainer
{
  float:left;
  left:0;
  padding:0px;
  position:relative;
  top:0;
  width:970px;
}

#divTopNavigationLeftContent
{
    float:left;
    margin:10px;
    padding:0;
    position:relative;
    right:0;
    top:0;
    width:850px;
    background-color:Transparent;
}

#divTopNavigationLeftContent a
{
    color:White;
  font-size:14px;
  font-weight:bolder;
}

.topNavigationItem
{
  background:transparent /*url(search-bar-bg.jpg) no-repeat scroll left top*/;
  color:#FFFFFF;
  float:left;
  font-size:100%;
  left:0;
  margin:0;
  padding:3px 10px 0px 5px;
  position:relative;
  top:0;
}

.topNavigationItem a
{
    color:White;
  font-size:14px;
  font-weight:bolder;
}

#divTopNavigationButtons
{
  float:right;
    margin:10px;
    padding:0;
    position:relative;
    right:0;
    top:0;
    background-color:Transparent;
}

.topNavigationSpacerItem
{
 margin-left:50px;
}





/*Start Localisation*/
#ctlCustomiseHomepage_divCustomiseContainer
{
  display:none;
  margin-left: 10px;
  margin-top: 50px;
}

#tblCustomise
{
  background-color:#E5E6E0; 
  border-color:#233025;
}

/*End Localisation*/



/*Start Moveable Widget Section*/
#divBodyBottomContainer
{
  /*background-color:white;*/
  float:left;
  left:0;
  margin-top: 10px;
  padding:0;
  position:relative;
  top:0;
  width:970px;
  text-align:left;
  /*min-height: 950px;*/
  z-index:0;
}

#divBodyBottomContent
{
  margin:0px 0px 10px 0px;
  z-index:0;
}

/*End Moveable Widget Section*/

#backgroundPopupGood, #backgroundPopupAverage, #backgroundPopupPoor, #backgroundPopupPolish, #backgroundPopupPortuguese {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContactGood, #popupContactAverage, #popupContactPoor, #popupContactPolish, #popupContactPortuguese{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:20000;
padding:12px;
font-size:13px;
}
#popupContactGood h1, #popupContactAverage h1, #popupContactPoor h1, #popupContactPolish h1, #popupContactPortuguese h1{
text-align:left;
color:#8FB229;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactCloseGood,#popupContactCloseAverage,#popupContactClosePoor,#popupContactClosePolish,#popupContactClosePortuguese{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#8FB229;
font-weight:700;
display:block;
}
#btnGood, #btnAverage, #btnPoor{
text-align:center;
}
/*End Popup Styles*/

#btnPlanningSearch
{
  background-image:url(Widgets/search.png) no-repeat;
}

.umbSearchHighlight
{
  background-color:#6FD25B;  
}

.umbSearchPagerItem
{
  display:block;
  float:left;
  text-align:center;
  margin-right:5px;
  color:white;
  width:35px;
  height:20px;
}

.umbSearchPagerSelectedItem
{
  display:block;
  float:left;
  width:35px;
  text-align:center;
  margin-right:5px;
  background-color:#6FD25B;  
  color:white;
}









































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {
/*font-family:Georgia;*/
font-size: 110%;
font-weight: bold;
color: #000;
}


